dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlGuid Class / Implicit Type Conversion Operator / Implicit Type Conversion(MySqlGuid,Byte[]) Operator
Ana array of bytes to convert.

In This Topic
Implicit Type Conversion(MySqlGuid,Byte[]) Operator
In This Topic
Converts an array of bytes to the MySqlDecimal structure.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal value() As Byte _
) As MySqlGuid
 

Parameters

value
Ana array of bytes to convert.

Return Value

A MySqlDecimal structure.
See Also